Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As IEntityObjectsManagement Dim seedId As Guid Dim typeProjection As ManagementPackTypeProjection Dim returnValue As EnterpriseManagementObjectProjection returnValue = instance.GetObjectProjectionWithAccessRights(seedId, typeProjection) |
Syntax
Visual Basic |
---|
Function GetObjectProjectionWithAccessRights(Of T As EnterpriseManagementObject) ( _ seedId As Guid, _ typeProjection As ManagementPackTypeProjection _ ) As EnterpriseManagementObjectProjection |
C# |
---|
EnterpriseManagementObjectProjection GetObjectProjectionWithAccessRights<T> ( Guid seedId, ManagementPackTypeProjection typeProjection ) where T : EnterpriseManagementObject |
C++ |
---|
generic<typename T> where T : EnterpriseManagementObject EnterpriseManagementObjectProjection^ GetObjectProjectionWithAccessRights ( Guid seedId, ManagementPackTypeProjection^ typeProjection ) |
J# |
---|
|
JScript |
---|
|
GenericParameters
- T
-
The type to cast the object as.
Of type EnterpriseManagementObject.
Parameters
- seedId
-
Type: Guid
The unique identifier of the object to get.
- typeProjection
-
Type: ManagementPackTypeProjection
The desired type projection.
Return Value
Type: EnterpriseManagementObjectProjection The object projection.Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.